home *** CD-ROM | disk | FTP | other *** search
- ActionInsp = {
- ACTIONS = {
- "abort:" = "abort:";
- "apply:" = "apply:";
- "cancel:" = "cancel:";
- "preview:" = "preview:";
- "remove:" = "remove:";
- "saveNew:" = "saveNew:";
- "set:" = "set:";
- "stopPreview:" = "stopPreview:";
- };
- OUTLETS = {
- apply = apply;
- bigIns = bigIns;
- compMode = compMode;
- ins = ins;
- okButton = okButton;
- preButton = preButton;
- preView = preView;
- progress = progress;
- remove = remove;
- showButton = showButton;
- stringTable = stringTable;
- };
- SUPERCLASS = Object;
- };
- ProgressBar = {SUPERCLASS = View; };
- InspectorView = {
- ACTIONS = {"setInspector:" = "setInspector:"; };
- OUTLETS = {currBox = currBox; };
- SUPERCLASS = View;
- };
- ToolManager = {
- ACTIONS = {
- "areaChanged:" = "areaChanged:";
- "cropIt:" = "cropIt:";
- "toolChanged:" = "toolChanged:";
- };
- OUTLETS = {
- area = area;
- areaMat = areaMat;
- brush = brush;
- brushManager = brushManager;
- cropButton = cropButton;
- incl = incl;
- inspector = inspector;
- matrix = matrix;
- noIns = noIns;
- panel = panel;
- selection = selection;
- smallInsp = smallInsp;
- };
- SUPERCLASS = Object;
- };
- PreView = {OUTLETS = {boss = boss; }; SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- FloatPanel = {
- ACTIONS = {};
- OUTLETS = {cancelButton = cancelButton; defaultButton = defaultButton; };
- SUPERCLASS = Panel;
- };
- ToolPanel = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = FloatPanel; };
-